CREATE BITMAP
This command will create a blank bitmap of a specified size. The size of the bitmap is only limited by the amount of system memory available. When you create a bitmap, it becomes the current bitmap. All drawing operations will be re-directed to the current bitmap and away from the screen. You can use the SET CURRENT BITMAP command to restore drawing operations to the screen. The parameters should be specified using integer values.

SYNTAX
CREATE BITMAP Bitmap Number,Width,Height

RELATED INFO
BITMAP Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example